Require `make` is run before `make install`
authorAlex Crichton <alex@alexcrichton.com>
Thu, 16 Oct 2014 15:36:57 +0000 (08:36 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 16 Oct 2014 15:36:57 +0000 (08:36 -0700)
commite05ee9980b6c29682b01982040da8ea481e0683f
treebdacfb00f903c1729d651440587ee6a241c4ace8
parent9788700351f5c236c4e403f28a9156e6ee0b2483
Require `make` is run before `make install`

I can't quite remember why this ifdef is present to silently run `make` as a
normal user, and it doesn't seem to work if `make install` is run while as root,
so I'm just removing it and requiring that `make` is run before `make install`
unconditionally.

Closes #708
Makefile.in